const crypto/tls.alertInternalError

51 uses

	crypto/tls (current package)
		alert.go#L48: 	alertInternalError                alert = 80
		alert.go#L84: 	alertInternalError:                "internal error",
		conn.go#L215: 		return alertInternalError
		conn.go#L1091: 		c.sendAlertLocked(alertInternalError)
		conn.go#L1205: 		return 0, alertInternalError
		conn.go#L1267: 		c.sendAlert(alertInternalError)
		conn.go#L1320: 		return c.in.setErrorLocked(c.sendAlert(alertInternalError))
		conn.go#L1579: 				a = alertInternalError
		handshake_client.go#L616: 			c.sendAlert(alertInternalError)
		handshake_client.go#L645: 		c.sendAlert(alertInternalError)
		handshake_client.go#L663: 		c.sendAlert(alertInternalError)
		handshake_client.go#L672: 			c.sendAlert(alertInternalError)
		handshake_client.go#L686: 				return c.sendAlert(alertInternalError)
		handshake_client.go#L705: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L57: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L240: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L245: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L256: 			return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L351: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L355: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L411: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L416: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L556: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L613: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L618: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L672: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L682: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L750: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L758: 		c.sendAlert(alertInternalError)
		handshake_server.go#L150: 			c.sendAlert(alertInternalError)
		handshake_server.go#L208: 		c.sendAlert(alertInternalError)
		handshake_server.go#L237: 			c.sendAlert(alertInternalError)
		handshake_server.go#L265: 			c.sendAlert(alertInternalError)
		handshake_server.go#L274: 			c.sendAlert(alertInternalError)
		handshake_server.go#L678: 		c.sendAlert(alertInternalError)
		handshake_server.go#L711: 				return c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L134: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L215: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L220: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L351: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L356: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L440: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L628: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L633: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L699: 		return c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L714: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L759: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L764: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L847: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L941: 			return c.sendAlert(alertInternalError)
		quic.go#L310: 		a = alertInternalError